Automation Anywhere AddColumnToLastRowParameter
Overview
This operation lets you add a value to a column of a row in a collection that already exists in your start parameters JSON. You must fill all the needed columns of the row before adding another row using the operation AppendRowToCollectionParameter
.
Input
- xpath: XPath of the attribute in Bizagi.
- columnXpath: XPath of the column inside the collection. Do not include the collection XPath in this definition.
- value: Value to save in your Bizagi attribute.
- startParameters: Start parameters JSON. The collection should exist in the JSON.
Output
-
startParameters: Updated start parameter JSON.
Important considerations
Before adding a new row with the operation AppendRowToCollectionParameter
, you must fill all the needed columns of the last row.